|
|
|
|
Cell Field, ItemClickEventArgs Class |
Defines which cell was clicked. May be null/Nothing indicating that no cell is associated with this event.
Syntax ItemClickEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Cell As CellClass |
C# |
public readonly CellClass Cell; |
C++ |
public: <readonly> CellClass^ Cell; |
Comments
The Cell field defines which cell was clicked. May be null/Nothing indicating that no cell is associated with this event.